@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap);
body {
    font-size: 14px;
    font-family: Manrope, sans-serif;
    color: #000;
    line-height: 14px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
p,
li {
    color: #807979;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 0.5rem;
}
a,
a:hover {
    transition: 0.3s;
    text-decoration: none;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #1d4ca0;
}
section {
    background-color: #fff;
}
section.topbar {
    background-color: #1d4ca0;
    padding: 8px;
    position: sticky;
    position: -webkit-sticky;
}
section.topbar a {
    color: #fff;
    padding-left: 0;
}
section.topbar a:hover {
    color: #fbad19;
}
section.topbar a:hover i {
    color: #fbad19;
}
section.topbar a i {
    padding-right: 5px;
}
.top-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}
.social-media {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}
section.topbar .top-header-right .social-media a {
    position: relative;
    padding: 0 16px;
}
section.topbar .top-header-right .social-media a:hover i {
    color: #fbad19;
}
section.topbar .top-header-right .social-media a:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    right: 0;
    border-radius: 5px;
    margin-top: 5px;
}
section.topbar .top-header-right .social-media a:last-child::after {
    display: none;
}
.navbar {
    z-index: 1000;
    width: inherit;
}
.navbar.fixed-top {
    top: unset;
    left: auto;
    padding: 0;
}
.stiky-nav {
    background: rgba(9, 27, 58, 0.3019607843);
}
.sticky-header {
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 6%);
    width: 100%;
    left: 0 !important;
}
.sticky-header .stiky-nav {
    background: #0a234d !important;
}
.sticky-header .navbar-nav {
    margin-left: 8.28vw;
}
.navbar a.navbar-brand {
    position: absolute;
    right: 8vw;
    top: 0;
    padding-top: 0;
}
.navbar.sticky-header a.navbar-brand {
    right: 8vw;
    display: none;
}
.navbar a.navbar-brand img {
    border-radius: 0 0 10% 10%;
    width: 150px;
    height: auto;
}
.navbar.sticky-header a.navbar-brand img {
    box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}
.navbar li.nav-item {
    padding: 8px 10px;
}
.navbar li.nav-item .active {
    color: #fbad19;
    border-bottom: 1px solid #fbad19;
}
.navbar li.nav-item a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.navbar li.nav-item a:hover {
    color: #fbad19;
}
.Enquire {
    background-color: #fbad19;
    padding: 8px 20px;
    transition: all 0.3s ease-in-out;
}
.Enquire:hover {
    background-color: #1d4ca0;
    transition: all 0.3s ease-in-out;
}
.Enquire a {
    color: #000 !important;
}
.slider__icon {
    background-color: #fbad19;
}
.slider__btn {
    padding: 100% 0;
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: space-evenly;
    height: 100vh;
}
.slider__btn .inner {
    text-align: center;
    width: 100%;
    color: #1d4ca0;
    position: relative;
    padding: 15px 5px;
    transition: all 0.3s ease-in-out;
}
.slider__btn .inner p {
    color: #1d4ca0;
    line-height: normal;
    word-break: break-word;
}
.slider__btn .inner a {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
}
.slider__btn .inner:hover img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.slider__btn .inner img {
    width: 50px;
    margin-bottom: 8px;
    height: auto;
    transition: all 0.3s ease-in-out;
}
.slider__btn .inner.logo img {
    width: 88px;
    margin-bottom: 8px;
    transition: all 0.3s ease-in-out;
}
.slider .carousel-caption {
    position: absolute;
    right: auto;
    bottom: 1.25rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    left: 50px;
    width: 50%;
    top: 78%;
    text-align: left;
}
.slider .carousel-caption h1 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.slider .carousel-item {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.slider .carousel-item img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.slider .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffc107;
    background-clip: padding-box;
    border: 0;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
.slider .carousel-indicators [data-bs-target] .active {
    opacity: 1 !important;
}
.slider .carousel-indicators [data-bs-target] .slider-btn {
    margin-top: 20px;
}
.sub-topic {
    color: #fbad19;
}
.sub-topic span {
    margin-right: 10px;
}
.sub-topic span i {
    margin-right: -8px;
}
h3.topic {
    font-size: 50px;
    color: #1a1a1a;
    font-weight: 800;
    position: relative;
}
h3.topictwo {
    font-size: 30px;
    color: #1a1a1a;
    font-weight: 800;
}
.link {
    font-size: 17px;
    font-weight: 600;
    color: #fbad19;
}
.y-fill {
    padding: 15px 40px;
    background-color: #fbad19;
    border-radius: 6px;
    color: #fff;
    font-size: 17px;
    border: 2px solid #fbad19;
}
.y-fill i {
    margin-left: 10px;
}
.b-fill {
    padding: 15px 40px;
    background-color: #1c4da1;
    border-radius: 6px;
    color: #fff;
    font-size: 17px;
    border: 2px solid #1c4da1;
}
.b-fill:hover {
    color: #fbad19;
}
.b-fill i {
    margin-left: 10px;
}
.w-fill {
    padding: 15px 40px;
    background-color: #fff;
    border-radius: 6px;
    color: #fbad19;
    font-size: 17px;
    border: 2px solid #fff;
}
.w-fill i {
    margin-left: 10px;
}
.y-border {
    padding: 15px 40px;
    background-color: rgba(251, 172, 25, 0);
    border-radius: 6px;
    color: #fbad19;
    font-size: 17px;
    border: 2px solid #fbad19;
}
.y-border i {
    margin-left: 10px;
}
.y-border:hover {
    background-color: #fbad19;
}
.qoute {
    position: relative;
}
.qoute__inner {
    position: absolute;
    background-color: #fbad19;
    border-radius: 100px 10px 10px 10px;
    height: 80%;
    width: 67%;
    right: 0;
    padding: 50px;
    top: -200px;
}
.qoute__inner p {
    color: #fff;
    font-size: 54px;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    text-transform: capitalize;
}
.qoute__inner i.fa-solid.fa-quote-left {
    font-size: 120px;
    position: absolute;
    z-index: 0;
    top: 45px;
    left: 55px;
    opacity: 0.2;
    color: #fff;
}
.qoute__inner i.fa-solid.fa-quote-right {
    font-size: 120px;
    position: absolute;
    z-index: 0;
    bottom: 40px;
    right: 55px;
    opacity: 0.2;
    color: #fff;
}
.eservices .card {
    width: 95%;
    padding: 15px;
    border-radius: 100px 6px 6px 6px;
    float: right;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
    transition: all 0.3s ease-in-out;
    height: 100%;
}
.eservices .card:hover {
    border: 1px solid #fcad1a;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(252, 173, 26, 0.6);
}
.eservices .card img {
    width: 70px;
    margin: 20px;
    height: 50px;
}
.eservices .card .card-body a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100px 6px 6px 6px;
}
.eservices .card .card-body p {
    margin-bottom: 0;
}
.eservices .card .card-body .card-title {
    margin-bottom: 1.5rem;
}
.insurance {
    /* background-image: url(../images/insurance-bg.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    z-index: 1;
}
.insurance:after {
    content: "";
    background-color: #1d4ca0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.insurance__row {
    display: flex;
    flex-wrap: wrap;
}
.insurance__card {
    float: left;
    padding: 15px;
    position: relative;
}
.insurance__card:hover .details {
    color: #fff;
    border: 1px solid #fcad1a;
    transition: all 0.3s ease-in-out;
    height: 220px;
    background-color: #fbad19;
}
.insurance__card:hover .details p {
    color: #fff;
    line-height: 1.4;
}
.insurance__card:hover .details .icon img {
    width: 50px;
    margin-right: 20px;
    filter: invert(0%) sepia(97%) saturate(0%) hue-rotate(98deg)
        brightness(100%) contrast(1000%);
}
.insurance__card:hover .details .icon p {
    color: #fff;
}
.insurance__card:hover .arrow {
    opacity: 1;
}
.insurance__card .arrow {
    position: absolute;
    right: 15%;
    bottom: -45px;
    z-index: 2;
    color: #fbad19;
    opacity: 0;
}
.insurance__card .arrow span {
    background-color: #fff;
    padding: 12px;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    display: block;
}
.insurance__card .bgimg {
    width: 100%;
    height: 100%;
}
.insurance__card .details {
    position: absolute;
    background-color: #fff;
    width: 62%;
    right: 10%;
    padding: 10px;
    bottom: -30px;
    text-align: left;
    height: 80px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.insurance__card .details .icon img {
    width: 50px;
    margin-right: 20px;
    height: auto;
    padding: 0;
}
.insurance__card .details .icon p {
    color: #000;
    font-weight: 800;
    font-size: large;
    margin-bottom: 0;
}
.insurance h3.topic {
    color: #fff;
}
.reports {
    /* background-image: url(../images/report-bg.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    z-index: 1;
}

.reports.csr {
    /* background-image: url(../images/csr-bg.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: 1;
}

.reports::after {
    content: "";
    background-color: rgba(251, 172, 25, 0.6549019608);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.reports p {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: initial;
    margin: 0;
}
.reports.csr p {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: initial;
    margin: 0;
}
.testimonials {
    /* background-image: url(../images/Image21.jpg); */
    background-position: 0 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    position: relative;
    padding-bottom: 10rem;
}

.testimonials img.testi-bg-path {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30%;
}
.testimonials .carousel-caption {
    position: relative;
    right: 15%;
    bottom: 1.25rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #000;
    text-align: left;
}
.testimonials div#testimonialscarousel {
    padding: 20px 40px;
}
.testimonials__inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
    border-radius: 100px 6px 6px 6px;
    width: 90%;
    background-image: url(../images/icons/testi-path.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-color: #fff;
    z-index: 99;
    position: relative;
}
.testimonials .testimonials-icon {
    padding-left: 15%;
    padding-top: 50px;
}
.testimonials .carousel-inner {
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 0;
}
.testimonials .carousel-inner .name h5 {
    color: #656363;
    font-weight: 800;
    margin: 0;
    margin-top: 6px;
}
.testimonials .carousel-inner .name p {
    color: #fbad19;
    font-weight: 800;
}
.testimonials .carousel-inner img {
    width: 60px;
    border-radius: 30px;
    margin-right: 10px;
}
.testimonials .carousel-indicators {
    position: absolute;
    top: -50px;
    right: 0 !important;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
    height: 10px;
    justify-content: end;
}
.testimonials .carousel-indicators .active {
    opacity: 1 !important;
}
.testimonials .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffc107;
    background-clip: padding-box;
    border: 0;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
.newsevents {
    position: relative;
    overflow: hidden;
}
.newsevents img.ellipse {
    position: absolute;
    right: -20%;
    width: 40%;
    top: -20%;
}
.newsevents img.newsevetpath {
    position: absolute;
    bottom: 0;
    width: 30%;
    left: 0;
}
.newsevents .news-card .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    width: 100% !important;
    box-shadow: 0 0 10px #dadada;
    text-align: left;
    height: 100%;
}
.newsevents .news-card .card .date {
    position: absolute;
    background-color: #fbad19;
    bottom: -12px;
    padding: 8px 15px;
    right: 20px;
}
.newsevents .news-card .card .date h4 {
    margin: 0;
    padding: 0;
    color: #fff;
}
.newsevents .news-card .card .date p {
    margin: 0;
    padding: 0;
    color: #fff;
}
.newsevents .news-card .card .card-body {
    padding: 30px 20px;
    padding-bottom: 20px;
}
.newsevents .news-card .card .card-body .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}
.newsevents .news-card .card .card-body .card-text {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5.6em;
    line-height: 1.8em;
    min-height: 5.6em;
}
.newsletter p {
    font-size: 40px;
    font-weight: 800;
    color: #fbad19;
    line-height: initial;
    margin: 0;
}
.newsletter input#TextInput::-moz-placeholder {
    color: #fbad19;
}
.newsletter input#TextInput::placeholder {
    color: #fbad19;
}
.newsletter .email {
    border-bottom: 1px solid #9b9b9b;
}
.newsletter .email i {
    color: #fbad19;
}
.newsletter .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.newsletter input.form-control {
    background: 0 0;
    border: none;
}
.newsletter input.form-control:focus {
    box-shadow: none;
}
.footer {
    background-color: #1d4ca0;
}
.footer h5 {
    color: #fbad19;
    margin-bottom: 25px;
}
.footer a,
.footer p {
    color: #fff;
}
.footer .about .sociallinks a {
    background-color: #505050;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: block;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.footer .about .sociallinks a :hover {
    background-color: #fff;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.footer .about .sociallinks a i {
    justify-content: center;
    width: 100%;
    text-align: center;
    display: flex;
    align-self: center;
    height: 30px;
    padding: 8px;
    color: #fbad19;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li {
    list-style: none;
    margin-bottom: 25px;
}
.footer ul li a i {
    margin-right: 10px;
}
.footer .services .links ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
}
.footer .services .links ul li {
    list-style: none;
    margin-bottom: 25px;
}
.footer .services .links ul li a:hover {
    color: #fbad19;
}
.footer .services .links ul li a i {
    margin-right: 10px;
}
.footer .contact .contactlinks {
    display: grid;
}
.footer .contact .contactlinks a {
    margin-bottom: 15px;
}
.footer .contact .contactlinks a i {
    display: block;
    float: left;
    height: 100%;
    margin-right: 10px;
}
.footer .contact .contactlinks a:hover {
    color: #fbad19;
}
.footer .contact .contactlinks p {
    font-size: 15px;
}
.footer .contact .contactlinks p i {
    margin-right: 10px;
    margin-right: 10px;
    display: block;
    float: left;
    height: 100%;
    font-size: 15px;
    margin-top: 8px;
}
.footer .brand {
    text-align: center;
}
.footer .brand p {
    text-align: start;
}
.footer .brand p span {
    color: #fbad19;
}
.footer .brand img {
    width: 60%;
    border-radius: 0 0 10% 10%;
    height: auto;
}
.footer hr {
    background-color: #fff;
}
.footer .menu a,
.footer .siteby a {
    color: #fbad19;
}
.footer .menu a:hover,
.footer .siteby a:hover {
    color: #fff;
}
.headerimg {
    overflow: hidden;
    position: relative;
}
.headerimg img {
    height: 100vh;
    width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
}
.headerimg h1 {
    color: #fff;
    font-weight: 800;
}
.headerimg .pagetopic {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 50%;
    text-align: center;
    background-color: #0000007d;
    padding: 15px 70px;
}
.headerimg .pagetopic ol.breadcrumb.sub-topic {
    justify-content: center;
    align-items: center;
}
.headerimg .pagetopic ol.breadcrumb.sub-topic span i {
    margin-right: -3px;
}
.headerimg .pagetopic .breadcrumb-item {
    color: #fff;
    font-weight: 800;
    margin: 0;
}
.headerimg .pagetopic .breadcrumb-item a {
    color: #fff;
}
.headerimg .pagetopic .active {
    color: #fbad19;
}
.abtimg {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    width: 50%;
    float: right;
    margin: 0 0 20px 20px;
}
.abtimg__inner {
    position: absolute;
    background-color: #fbad19;
    color: #fff;
    padding: 45px;
    bottom: -20px;
    left: -20px;
    border-radius: 50px 6px 6px 6px;
    width: 60%;
}
.abtimg__inner p {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
    text-align: center;
}
.abtimg__inner i {
    font-size: 5em;
    opacity: 0.4;
    position: absolute;
}
.abtimg__inner i.fa-solid.fa-quote-left {
    top: 10px;
    left: 10px;
}
.abtimg__inner i.fa-solid.fa-quote-right {
    bottom: 10px;
    right: 10px;
}
.vision .vm .detail {
    width: 70%;
}
.values .card {
    padding: 15px;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
    transition: all 0.1s ease-in-out;
}
.values .card img {
    transition: all 0.1s ease-in-out;
}
.values .card h5 {
    transition: all 0.1s ease-in-out;
}
.values .card:hover {
    border: 1px solid #fcad1a;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 0 10px rgba(252, 173, 26, 0.6);
}
.values .card:hover h5 {
    color: #fcad1a;
    transition: all 0.1s ease-in-out;
}
.values .card:hover img {
    filter: invert(70%) sepia(25%) saturate(3269%) hue-rotate(379deg)
        brightness(124%) contrast(98%);
    transition: all 0.1s ease-in-out;
}
.values .card img {
    width: 30%;
    object-fit: contain;
    margin: 20px 10px;
    height: 80px;
}
.values .card .card-body a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px 6px 6px 6px;
}
.values .card .card-body p {
    margin-bottom: 0;
}
.values .card .card-body .card-title {
    margin-bottom: 1rem;
    min-height: 3rem;
}
.policy .details .points p {
    margin: 0;
    padding-left: 20px;
}
.policy .details .points p::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #1d4ca0;
    border-radius: 10px;
    margin: 12px;
    margin-left: -19px;
}
.policy .img img {
    border-radius: 50px 6px 50px 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
}
.partners .owl-nav {
    display: block !important;
}
.partners .carousel-wrap {
    margin: 30px auto;
    padding: 0 5%;
    width: 100%;
    position: relative;
}
.partners .owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    padding: 0 30px;
}
.partners .owl-nav > button {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}
.partners .owl-nav i {
    font-size: 52px;
    color: #cdcbcd;
}
.partners .owl-nav i:hover {
    color: #1d4ca0;
}
.partners .owl-nav .owl-prev {
    left: -30px;
}
.partners .owl-nav .owl-next {
    right: -30px;
}
.awards .img img {
    border-radius: 50px 0;
    margin-bottom: 15px;
}
.awards .award {
    padding: 0 50px;
}
.awards #sync1 .item {
    padding: 20px 0;
    margin: 5px;
    color: #fff;
    text-align: left;
}
.awards #sync1 .points p {
    margin: 0;
    padding-left: 20px;
}
.awards #sync1 .points p::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #1d4ca0;
    border-radius: 0;
    margin: 12px;
    margin-left: -19px;
    transform: rotate(45deg);
}
.awards #sync2 .item {
    background: #fff;
    padding: 0 0;
    margin: 5px;
    color: #000;
    border: 1px solid #000;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}
.awards #sync2 .item h1 {
    font-size: 18px;
    margin: 4px 0;
}
.awards #sync2 .current .item {
    background: #fbad19;
    border: 1px solid #fbad19;
}
.awards #sync2 .current .item h1 {
    color: #fff;
}
.awards #sync2 .owl-nav {
    display: none !important;
}
.awards .owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}
.awards .owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}
.awards #sync1.owl-theme {
    position: relative;
}
.awards #sync1.owl-theme .owl-next,
.awards #sync1.owl-theme .owl-prev {
    width: 42px;
    height: 33px;
    margin-top: -37px;
    position: absolute;
    top: 0;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #000;
    color: #1d4ca0;
}
.awards #sync1.owl-theme .owl-next:hover,
.awards #sync1.owl-theme .owl-prev:hover {
    background-color: #ffc107;
}
.awards #sync1.owl-theme .owl-next i,
.awards #sync1.owl-theme .owl-prev i {
    font-size: 15px;
    padding: 5px;
}
.awards #sync1.owl-theme .owl-prev {
    left: -50px;
}
.awards #sync1.owl-theme .owl-next {
    right: -50px;
}
.awards .ifrm {
    border: none;
    width: 100%;
    margin-top: 50px;
}
.awards .owl-dot {
    display: none !important;
}
.abt-nav {
    position: relative;
}
.abt-nav .nav2 {
    overflow: hidden;
    padding: 10px 0;
    margin-top: -50px;
}
.abt-nav .nav2 .nav-item {
    width: 16%;
    text-align: center;
    border-right: 2px solid #f3f3f3;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2196078431);
}
.abt-nav .nav2 .nav-item:first-child {
    border-radius: 40px 0 0;
}
.abt-nav .nav2 .nav-item:last-child {
    border: none;
    border-radius: 0 0 40px;
}
.abt-nav .nav2 .nav-item .nav-link {
    padding: 20px;
    height: 100%;
}
.abt-nav .nav2 .nav-item:first-child:hover {
    border-radius: 40px 0 0;
    background-color: #ffc107;
}
.abt-nav .nav2 .nav-item:hover {
    background-color: #ffc107;
    overflow: hidden;
}
.abt-nav .nav2.download-nav .nav-item:hover {
    background-color: #ffc107;
    overflow: unset;
}
.abt-nav .nav2 .nav-item:last-child:hover {
    border-radius: 0 0 40px;
    background-color: #ffc107;
}
.abt-nav .nav2 .nav-item .nav-link img {
    height: 50px;
    object-fit: contain;
    filter: invert(0%) sepia(12%) saturate(6128%) hue-rotate(210deg)
        brightness(75%) contrast(96%);
}
.abt-nav .nav2 .nav-item .nav-link.about img {
    height: 50px;
    filter: unset;
}
.abt-nav .nav2 .nav-item .nav-link.vacancy img {
    height: 50px;
    filter: unset;
}
.abt-nav .nav2.download-nav .nav-item .nav-link img {
    height: 50px;
    filter: unset;
}
.abt-nav .nav2 .nav-item .nav-link p {
    margin: 0;
    color: #1d4ca0;
}
.abt-nav .nav2 .nav-item .nav-link .active {
    background-color: #ffc107;
}
.abt-nav .nav2 .nav-item:first-child .nav-link.active {
    background-color: #ffc107;
    border-radius: 40px 0 0;
}
.abt-nav .nav2 .nav-item .nav-link.active {
    background-color: #ffc107;
}
.abt-nav .nav2 .nav-item:last-child .nav-link.active {
    background-color: #ffc107;
    border-radius: 0 0 40px;
}
.board .derector .card {
    border: none;
    padding: 20px;
}
.board .derector .card img {
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2705882353);
}
.board .derector .card .card-body a {
    color: #000;
}
.board .derector .card .card-body a :hover {
    color: #1d4ca0;
}
.board .derector .card .card-body p {
    color: #ffc107;
    font-weight: 800;
    padding: 10px;
}
.bodModal .bod-modal img {
    border-radius: 40px 0;
    box-shadow: 0 0 10px #cdcdcd;
}
.bodModal .bod-modal .details h5 {
    color: #ffc107;
}
.bodModal .bod-modal .details h4 {
    color: #1d4ca0;
    font-weight: 900;
}
.bodModal button.btn-close {
    position: absolute;
    right: 0;
    margin: 10px;
    z-index: 9;
}
.annualreports {
    margin-bottom: 2rem;
    overflow: hidden;
}
.annualreports .card img {
    height: 100%;
    width: 100%;
}
.annualreports .card .card-body {
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    background-color: #1d4ca0;
    transition: all 0.3s ease-in-out;
}
.annualreports .card .card-body h5 {
    margin: 0;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.annualreports .card .card-body a {
    opacity: 0;
    display: block;
}
.annualreports .card:hover .card-body {
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.annualreports .card:hover .card-body h5 {
    color: #ffc107;
    margin-top: 30%;
    margin-bottom: 15%;
    transition: all 0.3s ease-in-out;
}
.annualreports .card:hover .card-body a {
    display: block;
    padding: 5px;
    margin: 10px;
    color: #fff;
    opacity: 1;
    transition-delay: 0.3s;
}
.annualreports .card:hover .card-body a:hover {
    color: #ffc107;
    transition-delay: 0s;
    text-decoration: underline;
}
.annualreports {
    padding: 15px;
}
.annualreports .sinngle {
    box-shadow: 0 0 10px #bebebe;
    border-radius: 10px 1px 0 10px;
    height: 100%;
}
.annualreports .sinngle .year {
    border-radius: 10px 0 0 10px;
    background-color: #084298;
    padding: 10px;
    position: relative;
    width: 35px;
}
.annualreports .sinngle .year p {
    transform: rotate(270deg);
    color: #fff;
    align-self: center;
    position: absolute;
    padding: 3px 0 8px 14px;
    height: 100%;
}
.annualreports .sinngle .books {
    width: 100%;
}
.annualreports .sinngle .books .booksiner a {
    color: #000;
    padding: 10px;
}
.annualreports .sinngle .books .booksiner a img {
    height: 25px;
    margin: 6px;
}
.annualreports .sinngle .books .booksiner a:hover {
    color: #ffc107;
}
.annualreports .sinngle .books .booksiner .disable {
    color: #000;
    opacity: 0.5;
    cursor: default;
}
.annualreports .sinngle .books .booksiner .disable:hover {
    color: #000;
}
.efilter__row {
    box-shadow: inset 0 0 10px #dfdfdf;
    padding: 20px;
}
.efilter__filter {
    background-color: #f5f5f5;
    border: none;
    padding: 10px;
    border-radius: 0;
}
.efilter__filter:focus {
    border-color: #fcad1a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ffe4b2;
}
.efilter__submit {
    width: 100%;
    padding: 14px;
    border: none;
    background-color: #fbad19;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.efilter__submit:hover {
    background-color: #1d4ca0;
    transition: all 0.3s ease-in-out;
}
.efilter__table thead {
    background-color: #0a58ca;
    color: #fff;
}
.efilter__table .table > :not(caption) > * > * {
    padding: 1rem 0.5rem;
}
.efilter__table .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #ffffff1c;
}
.efilter__table .table-striped > tbody > tr:nth-of-type(2n) {
    --bs-table-accent-bg: #0d6efd1c;
}
.efilter .tr {
    border: none;
    border-style: none !important;
}
.download-nav {
    width: 80%;
    margin: 0 auto;
    margin-top: -50px;
}
.download-nav .nav-item {
    width: 33.333333% !important;
}
.download-nav .nav-item .nav-link {
    height: 100%;
}
.download-nav .nav-item .nav-link p {
    font-weight: 900;
}
.brochures {
    box-shadow: 1px 4px 7px #a9a9a9;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    padding-right: 15px;
    justify-content: space-between;
}
.brochures:hover {
    box-shadow: 0 0 7px #a9a9a9;
    transition: all 0.3s ease-in-out;
}
.brochures img {
    width: 200px;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.brochures:hover img {
    transform: translate(10px, 10px);
}
.brochures p {
    padding: 10px;
    color: #000;
    font-weight: 900;
}
.brochures button.download {
    border: none;
    background-color: #fff;
}
.brochures button.download i {
    padding: 15px;
    border-radius: 30px;
    border: 1px solid silver;
    background-color: #fff;
    width: 50px;
    color: #084298;
    transition: all 0.3s ease-in-out;
}
.brochures button.download i:hover {
    background-color: #fbad19;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.innerabtimg {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    width: 50%;
    float: left;
    margin: 0 20px 20px 0;
}
.quickpay .search {
    height: 50%;
}
.quickpay .search p {
    font-weight: 800;
    color: #000;
}
.quickpay .register p {
    font-weight: 800;
    color: #000;
}
.quickpay button {
    padding: 10px;
}
.efilter__submit2 {
    width: 100%;
    height: -webkit-fill-available;
    border: none;
    background-color: #fbad19;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}
.efilter__submit2:hover {
    background-color: #1d4ca0;
    transition: all 0.3s ease-in-out;
}
.searchfilter {
    background-color: #f5f5f5;
    padding: 10px;
}
.searchfilter p {
    color: #000;
    margin: 0;
    padding: 7px;
    font-weight: 800;
}
.searchfilter .efilter__filter {
    background-color: #fff;
    border: none;
    padding: 10px;
    border-radius: 0;
}
.pressroom .pressrow {
    display: flex;
    box-shadow: 1px 4px 10px #e0e0e0;
    padding: 0;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.pressroom .pressrow .press-details {
    padding: 15px;
}
.pressroom .pressrow .pimg {
    position: relative;
}
.pressroom .pressrow .pimg .date {
    position: absolute;
    background-color: #fbad19;
    top: 0;
    padding: 8px 15px;
    right: 0;
    color: #fff;
}
.pressroom .pressrow .pimg .date p {
    color: #fff;
    line-height: 0;
}
.pressroom .pressrow .pimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.paginationrow nav {
    display: contents;
}
.paginationrow nav li.page-item {
    margin: 5px;
}
.paginationrow nav a.page-link {
    border-radius: 20px;
}
.paginationrow nav a.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #fbad19;
    border-color: #dee2e6;
}
.paginationrow nav .page-item:first-child .page-link,
.paginationrow nav .page-item:last-child .page-link {
    border-radius: 20px;
}
.create {
    padding: 0 5px;
}
.create .form-select {
    color: #6c757d;
}
.eMarine-nav {
    width: 50%;
    margin: 0 auto;
    margin-top: -50px;
}
.eMarine-nav .nav-item {
    width: 50% !important;
}
.eMarine-nav .nav-item .nav-link {
    height: 100%;
}
.eMarine-nav .nav-item .nav-link p {
    font-weight: 900;
}
.epay-nav {
    width: 50%;
    margin: 0 auto;
    margin-top: 0 !important;
}
.epay-nav .nav-item {
    width: 50% !important;
}
.epay-nav .nav-item .nav-link {
    height: 100%;
}
.epay-nav .nav-item .nav-link p {
    font-weight: 900;
}
.vacancies .pressrow {
    margin-bottom: 3rem;
}
.vacancies .pressrow .press-details {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 30px;
}
.vacancies .pressrow .pimg {
    position: relative;
}
.vacancies .pressrow .pimg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.vacancies .pressrow .pimg .date {
    position: absolute;
    background-color: #fbad19;
    top: 0;
    padding: 8px 15px;
    right: 0;
    color: #fff;
}
.vacancies .pressrow .pimg .date p {
    color: #fff;
    line-height: 0;
}
.joinus {
    background-color: #fbfbfb;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #d4d4d4;
}
.joinus .create {
    margin-bottom: 1rem;
}
.joinus .create label.form-label {
    color: #807979;
}
.joinus .create i {
    margin-right: 10px;
}
.joinus .create input.form-control,
.joinus .create textarea.form-control {
    padding: 0;
    border: none;
    border-bottom: 1px solid #807979;
    margin-bottom: 1rem;
    padding: 5px 0;
    background-color: #fbfbfb;
}
.joinus .create input.form-control:focus,
.joinus .create textarea.form-control:focus {
    box-shadow: 0 4px 4px rgba(251, 172, 25, 0.3529411765);
}
.contactpage__details {
    width: 100%;
    margin-bottom: 2rem;
}
.contactpage__details .icon {
    width: 35px;
    margin-right: 15px;
}
.contactpage__details .icon img {
    width: 100%;
}
.contactpage__details .details {
    width: 70%;
}
.contactpage__details .details a {
    color: #807979;
    line-height: 25px;
    font-size: 0.9rem;
}
.contactpage__details .details a:hover {
    color: #084298;
}
.contactpage__details .details h6 {
    color: #807979;
    font-weight: 1000;
    font-size: 0.9rem;
}
.contactpage__details .details h5 {
    font-size: 1.1rem;
}
.contactpage__details .details p {
    font-size: 0.9rem;
}
.imoji {
    margin-bottom: 20px;
}
.imoji button.img-btn {
    border: none;
    background-color: transparent;
    margin: 10px;
    width: 100px;
}
.imoji button.img-btn img {
    width: 70%;
    display: block;
    zoom: 1;
}
.nav-vehicle {
    width: 100%;
}
.nav-vehicle .nav-item {
    width: 19.3% !important;
}
.nav-vehicle .nav-item .nav-link {
    height: 100%;
}
.nav-vehicle .nav-item .nav-link p {
    font-weight: 900;
}
.tabber .nav-pills .nav-link {
    color: #002d54;
    text-align: inherit;
    padding: 15px;
    border-bottom: 1px solid #fbad19;
    border-radius: 0;
    font-size: 12px;
    display: flex;
    background-color: #faf9f3;
}
.tabber .nav-pills .nav-link:hover {
    background-color: #fbad19;
    color: #fff;
}
.tabber .nav-pills .nav-link i {
    margin-right: 5px;
}
.tabber .nav-pills .nav-link.active,
.tabber .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #fbad19;
    display: flex;
}
.tabber .readmore a {
    display: block;
    margin-bottom: 15px;
}
.tabber .cta-bt {
    margin-top: 3rem;
}
.tabber .cta-bt a {
    padding: 10px 20px;
    margin-right: 10px;
    font-size: 14px;
}
.tabber .tab-pane .abt p i {
    color: #fbad19;
    margin-right: 10px;
}
.branch {
    position: relative;
    height: 80vh;
}
.branch .map-box {
    color: #404040;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
.branch .glmapbox-sidebar {
    position: absolute;
    width: 33.3333%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.branch .pad2 {
    padding: 20px;
}
.branch .glmapbox-map {
    position: absolute;
    left: 33.3333%;
    width: 66.6666%;
    top: 0;
    bottom: 0;
}
.branch h1.glmapbox-list-header-h1 {
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 2px;
}
.branch a {
    color: #404040;
    text-decoration: none;
}
.branch a:hover {
    color: #101010;
}
.branch .glmapbox-heading {
    background: #fff;
    border-bottom: 1px solid #eee;
    min-height: 60px;
    line-height: 60px;
    background-color: #fff;
    color: #fff;
}
.branch .glmapbox-heading .form-control {
    border: 1px solid #fbad19;
    border-radius: 4px 0 0 4px;
    border-right: none;
}
.branch .glmapbox-heading .form-control:focus {
    box-shadow: none;
    border-color: #fbad19;
}
.branch .glmapbox-heading button.btn.search-btn {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fbad19;
    border-radius: 0 4px 4px 0;
    border-left: none;
}
.branch .glmapbox-heading button.btn.search-btn:focus {
    box-shadow: none;
    border-color: #fbad19;
    background-color: #fbad19;
}
.branch .glmapbox-listings {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
}
.branch .glmapbox-listings .item {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-decoration: none;
}
.branch .glmapbox-listings .item:last-child {
    border-bottom: none;
}
.branch .glmapbox-listings .item .title {
    display: block;
    color: #807979;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
    cursor: pointer;
}
.branch .glmapbox-listings .item .title small {
    font-weight: 400;
}
.branch .glmapbox-listings .item .title:hover,
.branch .glmapbox-listings .item.active .title {
    color: #fbad19;
}
.branch .glmapbox-listings .item.active {
    background-color: #f8f8f8;
}
.branch ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-left: 0;
    background: rgba(0, 0, 0, 0.1);
}
.branch ::-webkit-scrollbar-track {
    background: 0 0;
}
.branch ::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 0;
}
.branch .glmapbox-marker {
    border: none;
    cursor: pointer;
    height: 81px;
    width: 56px;
    background-image: url("../images/mapicon_new.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
}
.branch .clearfix {
    display: block;
}
.branch .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.branch .mapboxgl-popup {
    padding-bottom: 62px;
}
.branch .mapboxgl-popup-close-button {
    display: none;
}
.branch .mapboxgl-popup-content {
    padding: 0;
    width: 180px;
    text-align: center;
}
.branch .mapboxgl-popup-content-wrapper {
    padding: 1%;
}
.branch .mapboxgl-popup-content h3 {
    color: #807979;
    margin: 0;
    display: block;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    margin-top: 0;
    font-size: 15px;
}
.branch .mapboxgl-popup-content h4 {
    margin: 0;
    display: block;
    padding: 10px 10px 10px 10px;
    font-weight: 400;
    color: #807979;
    font-size: 14px;
}
.branch .mapboxgl-popup-content div {
    padding: 10px;
}
.branch .mapboxgl-container .leaflet-marker-icon {
    cursor: pointer;
}
.branch .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px;
}
.branch .mapboxgl-popup-content a {
    color: #fcad1a;
    font-weight: 600;
}
.sticky-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -125px;
    top: 40%;
    width: 200px;
    z-index: 102;
}
.sticky li {
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    padding: 0;
    margin: 0 0 1px 0;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
}
.sticky li:hover {
    margin-left: -115px;
}
.sticky li:first-child {
    border-radius: 20px 0 0 0;
}
.sticky li:last-child {
    border-radius: 0 0 0 20px;
}
.sticky li img {
    float: left;
    margin: 5px 5px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
}
.sticky li p {
    float: left;
    padding: 0;
    margin: 0;
    line-height: 43px;
    color: #000;
}
.navbar-toggler {
    height: 40px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler span {
    margin: 5px;
    width: 25px;
    transition: all 0.2s;
    color: #7fffd4;
    display: block;
    height: 4px;
    background-color: #fbad19;
    border-radius: 10px;
}
.navbar-toggler span:first-child {
    transform: rotate(0);
}
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}
.navbar-toggler span:nth-child(3) {
    transform: rotate(0);
}
.navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -18px;
}
.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0;
    padding: 2rem;
    background-color: rgba(29, 77, 160, 0.9254901961);
    width: 70vw;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    position: absolute;
    top: 47px;
    left: 39.5%;
    transform: translate(-50%, 0);
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 39.5%;
    margin-top: unset;
}
.sticky-header .dropdown-menu {
    left: 44.5%;
}
.dropdown-menu ul li {
    margin-bottom: 20px;
}
.dropdown-menu .magamenu-details h5 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.dropdown-menu .magamenu-details p {
    color: #fff;
}
.dropdown-menu p {
    color: #fff;
}
.img-btn img:hover {
    transform: scale(1.2);
}
.img-btn.selected img {
    transform: scale(0.8);
}
.img1 {
    position: relative;
    overflow: hidden;
}
.img1 img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.img1:hover img {
    transform: scale(1.1);
}
.dropdown-menu ul {
    list-style: none;
    padding: 0;
}
.dropdown-menu li .dropdown-item {
    color: gray;
    font-size: 1em;
    padding: 0.5em 1em;
}
.dropdown-menu li .dropdown-item:hover {
    background-color: transparent;
}
a.dropdown-item.imglink {
    position: relative;
}
a.dropdown-item.imglink img {
    width: 50px;
    padding: 5px;
    position: absolute;
    filter: brightness(100);
    transition: all 0.2s ease-in-out;
}
a.dropdown-item.imglink p {
    position: inherit;
    padding-left: 60px;
    display: block;
    margin: 0;
}
a.dropdown-item.imglink p.menu-d {
    white-space: break-spaces;
    font-size: 10px;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
a.dropdown-item.imglink p.menu-t {
    font-size: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    white-space: normal;
}
a.dropdown-item.imglink:hover img {
    filter: brightness(1);
    transition: all 0.2s ease-in-out;
}
a.dropdown-item.imglink:hover .menu-d,
a.dropdown-item.imglink:hover .menu-t {
    color: #fbad19;
    transition: all 0.3s ease-in-out;
}
.lang-change {
    color: #fff;
    background-color: transparent;
    border: none;
}
.lang-change option {
    background-color: #fbad19;
    padding: 10px;
}
.abt.w-100 {
    line-height: 1.6;
}
.insurance__row .owl-carousel .owl-stage-outer {
    padding: 0 0 48px;
}
/* .insurance__row .owl-nav {
    display: block !important;
} */
/* .insurance__row .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
} */
.insurance__row .owl-nav i {
    font-size: 52px;
}
.insurance__row .owl-nav .owl-prev {
    left: -30px;
}
.insurance__row .owl-nav .owl-next {
    right: -30px;
}
.page-item.active .page-link {
    border-radius: 20px;
    background-color: #fbad19;
    border-color: #fbad19;
}
.form-submit-modal .modal-dialog {
    width: 90%;
    max-width: 600px;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.form-submit-modal .modal-dialog .modal-content {
    background: linear-gradient(60deg, #e4f2fb, #9acdff);
    border: 2px solid #0c75ff;
    border-radius: 15px;
}
.form-submit-modal .modal-dialog .modal-content .modal-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.form-submit-modal .modal-dialog .modal-content .modal-body .btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}
.form-submit-modal .modal-dialog .modal-content .modal-body .btn-close:hover {
    cursor: pointer;
}
.form-submit-modal
    .modal-dialog
    .modal-content
    .modal-body
    .content-block
    .title {
    font-size: 40px;
    color: #0c75ff;
    font-weight: 400;
    margin-bottom: 20px;
}
.form-submit-modal
    .modal-dialog
    .modal-content
    .modal-body
    .content-block
    .title_error {
    font-size: 25px;
    color: #ff0c0c;
    font-weight: 400;
    margin-bottom: 20px;
}
.form-submit-modal
    .modal-dialog
    .modal-content
    .modal-body
    .content-block
    .text {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: #333;
}
.data_not_found_image {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.takaful {
    border-radius: 40px 0 !important;
}
.mega_menu_dropdown {
    color: #fbad19 !important;
    border-bottom: 1px solid #fbad19 !important;
}
.topbar .container-fluid {
    padding: 0 8.5vw;
}
.top_nav {
    color: #fbad19 !important;
}
.popup_link {
    font-size: 18px;
    color: navy;
}
.insu-flex {
    justify-content: center;
    align-items: center;
    height: 70px;
}
.upper-header {
    padding-left: 10px;
}
.img-btn.clicked img,
.img-btn:active img {
    transform: scale(0.7);
    transition: transform 0.3s ease-in-out;
}
.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.booksiner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#tamil h3.topic {
    font-size: 32px;
}
#tamil .testimonials {
    background-position: 0 175px;
}
#tamil .qoute__inner p {
    font-size: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#tamil .insurance .insurance__row .icon p {
    line-height: 20px;
    width: min-content;
}
#tamil .abtimg__inner p {
    font-size: 1rem;
}
.annualreports .sinngle .year p {
    left: 30px;
    top:6px;
}
hr:not([size]) {
    width: -webkit-fill-available;
}
#sinhala .insurance__row .text p,
#tamil .insurance__row .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.slider__btn .inner.hnbg-logo img {
    width: 88px;
}

/* snow animation */

.snowflake {
    position: fixed;
    top: -10%;
    color: #fff;
    font-size: 1.8em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
    z-index: 9999;
    user-select: none;
    cursor: default;
    animation: snowflakes-fall 10s linear infinite,
        snowflakes-shake 3s ease-in-out infinite;
}

.snowflakeBig {
    position: fixed;
    top: -10%;
    color: #fff;
    font-size: 3em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
    z-index: 9999;
    user-select: none;
    cursor: default;
    animation: snowflakes-fall 10s linear infinite,
    snowflakes-shake 3s ease-in-out infinite;
}

@keyframes snowflakes-fall {
    0% {
        top: -10%;
    }
    100% {
        top: 100%;
    }
}

@keyframes snowflakes-shake {
    0%,
    100% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(80px);
    }
}

.snowflakes div:nth-child(1)  { left: 5%;  animation-delay: 0s; }
.snowflakes div:nth-child(2)  { left: 15%; animation-delay: 1s; }
.snowflakes div:nth-child(3)  { left: 25%; animation-delay: 2s; }
.snowflakes div:nth-child(4)  { left: 35%; animation-delay: 1.5s; }
.snowflakes div:nth-child(5)  { left: 45%; animation-delay: 0.5s; }
.snowflakes div:nth-child(6)  { left: 55%; animation-delay: 2.5s; }
.snowflakes div:nth-child(7)  { left: 65%; animation-delay: 1.2s; }
.snowflakes div:nth-child(8)  { left: 75%; animation-delay: 3s; }
.snowflakes div:nth-child(9)  { left: 85%; animation-delay: 0.8s; }
.snowflakes div:nth-child(10) { left: 95%; animation-delay: 2s; }

/* --- BIG FLAKES (11–20) --- */
.snowflakes div:nth-child(11) { left: 10%; animation-delay: 1.4s; }
.snowflakes div:nth-child(12) { left: 20%; animation-delay: 2.6s; }
.snowflakes div:nth-child(13) { left: 30%; animation-delay: 0.6s; }
.snowflakes div:nth-child(14) { left: 40%; animation-delay: 3s; }
.snowflakes div:nth-child(15) { left: 50%; animation-delay: 1.8s; }
.snowflakes div:nth-child(16) { left: 60%; animation-delay: 0.9s; }
.snowflakes div:nth-child(17) { left: 70%; animation-delay: 2.3s; }
.snowflakes div:nth-child(18) { left: 80%; animation-delay: 1.1s; }
.snowflakes div:nth-child(19) { left: 90%; animation-delay: 3.3s; }
.snowflakes div:nth-child(20) { left: 98%; animation-delay: 0.4s; }


#playButton {
    position: fixed;
    z-index: 99999;
    bottom: 15px;
    right: 15px;
}

.mplay-btn {
    background-color: #1d4ca0;
    width: 40px;
    height: 40px;
    color: #fff;
}

/* cookie */

.cookiewrapper {
    position: fixed;
    bottom: 30px;
    left: 30px;
    max-width: 365px;
    background: #fff;
    padding: 25px 25px 30px 25px;
    border-radius: 15px;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
    text-align: center;
    z-index: 70;
}
.cookiewrapper.hide {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.content-cookie {
    margin-top: 10px;
}
a#closeButton-cookie {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    color: #787878;
    font-size: x-large;
    background-color: rgba(251, 249, 246, 0.03);
    background: none;
    -webkit-appearance: none;
}
a#closeButton-cookie:hover {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    color: #000;
    font-size: x-large;
}
a#closeButton-cookie span {
    background-color: rgba(251, 249, 246, 0.03);
    background: none;
    -webkit-appearance: none;
}

.content-cookie header {
    font-size: 25px;
    font-weight: 600;
}
.content-cookie p {
    color: #858585;
    margin: 5px 0 20px 0;
}

.content-cookie .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttons-cookie button:hover {
    transform: scale(0.97);
}
.buttons-cookie .cookie-item {
    margin: 0 10px;
}
.buttons-cookie button {
    padding: 10px 20px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #1d4ca0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.insurance__row .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* Prevent blocking carousel swipes */
}
.insurance__row .owl-carousel .owl-nav button.owl-prev,
.insurance__row .owl-carousel .owl-nav button.owl-next {
    /* background: rgba(0, 0, 0, 0.5); */
    color: #cdcbcd;
    font-size: 20px;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all; /* Make buttons clickable */
}
.abt figure.table {
    width: auto !important;
}
.abt p iframe,
.abt img,
.abt figure img,
.tab-content img,
.tab-content p img {
    width: 100%;
}


